home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / totallys.swf / scripts / frame_10 / PlaceObject2_114_86 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-28  |  235 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.k == 0)
  3.    {
  4.       _root._quality = "low";
  5.    }
  6.    else if(_root.k == 1)
  7.    {
  8.       _root._quality = "medium";
  9.    }
  10.    else if(_root.k == 2)
  11.    {
  12.       _root._quality = "high";
  13.    }
  14. }
  15.